home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / NewEdit V18b / NewEdit.doc < prev    next >
Text File  |  1996-09-26  |  2KB  |  48 lines

  1. NewEdit 1.8b
  2.  
  3. NewEdit 1.8 © Uwe Röhm
  4. Additions to create NewEdit 1.8b © 1994 Paul Huxham
  5.  
  6. NOTE
  7.   You can recognize THIS version of NewEdit from any new ones released by
  8. Uwe by the addition of the 'b' character to the version number.
  9.  
  10.  
  11. NewEdit 1.8b enhances string gadget editing and manipulation.
  12.  
  13. Standard functions provided by OS 2.0
  14.  
  15.   CURSOR LEFT         cursor to previous character
  16.   SHIFT CURSOR LEFT   cursor to start of line
  17.   CURSOR RIGHT        cursor to next character
  18.   SHIFT CURSOR RIGHT  cursor to end of line
  19.   DEL                 delete the character under the cursor
  20.   SHIFT DEL           delete from the character under the cursor to EOL
  21.   BACKSPACE           delete the character to the left of the cursor
  22.   SHIFT BACKSPACE     delete from the character to the left of the cursor
  23.                       to the start of the line
  24.   RETURN or ENTER     terminate input and deactivate the gadget
  25.   RAMIGA Q            restore gadgets contents before alteration
  26.   RAMIGA X            clear the string gadget
  27.  
  28. Additional functions provided by NewEdit 1.8b
  29.  
  30.   SHIFT CURSOR RIGHT  next word
  31.   SHIFT CURSOR LEFT   previous word
  32.   ALT BACKSPACE       delete previous word
  33.   ALT DEL             delete next word
  34.   RALT CURSOR UP      go to prev gadget ( accepting contents )
  35.   RALT CURSOR DOWN    go to next gadget ( accepting contents )
  36.   ESC                 leave gadget ( accepting contents )
  37.   RALT C or RAMIGA C  copy gadget contents to clipboard 0
  38.   RALT V or RAMIGA V  paste contents of clip 0 to gadget
  39.   RALT I or RAMIGA I  increments a numbered filename by one
  40.   RALT G or RAMIGA G  toggle the case of indicated character
  41.   SHIFT RALT G or
  42.   SHIFT RAMIGA G      toggle the case of characters until EOL or
  43.                       alphabetic character is found
  44.  
  45. The reason for RALT as well as RAMIGA is that some applications eg ASL
  46. file requester trap and use the RAMIGA key for other functions. Now by
  47. using the RALT key you can still access the functions.
  48.